home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / cslib211.zip / LIB / INFO.TXT
Text File  |  1997-04-30  |  942b  |  55 lines

  1.  
  2.  
  3.           Naming conventions CS-libraries
  4.           -------------------------------
  5.  
  6.  
  7.  
  8. The libraries are named according to:
  9.  
  10.     LIB NAME: csCPMV.lib
  11.  
  12.  
  13. with  C  The compiler.
  14.       b Borland C++ 4.5
  15.       c Borland C++ 5.0
  16.       w Watcom
  17.       v Visual C++    1.0 or 2.0
  18.       m Visual C++    4.2
  19.       g GNU
  20.       P  The platform
  21.       d Dos
  22.       w Windows 16 bit
  23.       n NT, Windows 32 bit
  24.       o OS/2
  25.       l Linux
  26.       M  Memory model
  27.       c Compact
  28.       l Large
  29.       h Huge
  30.       f Flat memory model
  31.       V  Version
  32.       p Production
  33.       d Debug
  34.       e Evaluation version (NOT in the commercial version.)
  35.  
  36. Example:
  37.  
  38.    CSBWCD.LIB
  39.       This the library for Borland, for 16 bits Windows,
  40.       Compact memory model the Debug version.
  41.  
  42.    csBWCD.lib
  43.      ^^^^
  44.      |||| Debug version
  45.      ||| Compact memory model
  46.      || 16 bits Windows
  47.      | Borland 4.51 compiler
  48.  
  49.  
  50.  
  51.  
  52. Only one of these libraries needs to be linked in at any time!
  53.  
  54.  
  55.